/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.youtube-player {
	max-width: 100%;
}

.content div.sharedaddy div.sd-block h3.sd-title {
	display: block !important;
}

.sharing-hidden .inner {
	z-index: 99 !important;
}

.contentpage--template-blog .content div.sharedaddy {
	display: none;
}

.widget--latest-news div.sharedaddy, .widget--latest-blog-posts div.sharedaddy {
	display: none;
}

#bibcontainer {
	float: right;
	width: 238px;
	margin-left: 50px;
}

.race a {
	color: #fff !important;
	display: block;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(/wp-content/themes/run-ottawa/img/whitearrow.png);
	background-repeat: no-repeat;
	background-position: 215px center;
	padding-right: 70px;
}

.views-field-body .race a {
	padding: 5px;
	background-position: 150px center;
	padding-left: 10px;
	padding-right: 15px;
}

.views-field-body .race {
	max-width: 165px;
}

#marathon {
	background-color: #da003c;
}

#halfmarathon {
	background-color: #653e7e;
}

#tenk {
	background-color: #3851ab;
}

#fivek {
	background-color: #d8bc2d;
}

#twok {
	background-color: #9b9b9b;
}

#kids {
	background-color: #509539;
}

.inlineblockleft, .inlineblockright {
	display: inline-block;
}

.inlineblockleft {
	width: 24%;
}

.inlineblockright {
	width: 74%;
	margin-bottom: 10px;
}

#qrace, #personal_best {
	margin-left: -.25em;
	border-top: none;
}

@media only screen and (max-width: 500px) {
	.inlineblockleft {
		width: 90%;
	}
	
	.inlineblockright {
		width: 90%;
	}
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.youtube-player {
	max-width: 100%;
}

.content div.sharedaddy div.sd-block h3.sd-title {
	display: block !important;
}

.sharing-hidden .inner {
	z-index: 99 !important;
}

.contentpage--template-blog .content div.sharedaddy {
	display: none;
}

.widget--latest-news div.sharedaddy, .widget--latest-blog-posts div.sharedaddy {
	display: none;
}

#bibcontainer {
	float: right;
	width: 238px;
	margin-left: 50px;
}

.race a {
	color: #fff !important;
	display: block;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(/wp-content/themes/run-ottawa/img/whitearrow.png);
	background-repeat: no-repeat;
	background-position: 215px center;
	padding-right: 70px;
}

.views-field-body .race a {
	padding: 5px;
	background-position: 150px center;
	padding-left: 10px;
	padding-right: 15px;
}

.views-field-body .race {
	max-width: 165px;
}

#marathon {
	background-color: #da003c;
}

#halfmarathon {
	background-color: #653e7e;
}

#tenk {
	background-color: #3851ab;
}

#fivek {
	background-color: #d8bc2d;
}

#twok {
	background-color: #9b9b9b;
}

#kids {
	background-color: #509539;
}

.inlineblockleft, .inlineblockright {
	display: inline-block;
}

.inlineblockleft {
	width: 24%;
}

.inlineblockright {
	width: 74%;
	margin-bottom: 10px;
}

#qrace, #personal_best {
	margin-left: -.25em;
	border-top: none;
}

@media only screen and (max-width: 500px) {
	.inlineblockleft {
		width: 90%;
	}
	
	.inlineblockright {
		width: 90%;
	}
}
.fancybox-opened {
    z-index: 10000 !important;
}